Welcome![Sign In][Sign Up]
Location:
Search - matlab F

Search list

[matlabfeixianxing

Description: mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法的第二种形式求非线性方程组的一个根 mulVNewton 用拟牛顿法求非线性方程组的一组解 mulRank1 用对称秩1算法求非线性方程组的一个根 mulDFP 用D-F-P算法求非线性方程组的一组解 mulBFS 用B-F-S算法求非线性方程组的一个根 mulNumYT 用数值延拓法求非线性方程组的一组解 DiffParam1 用参数微分法中的欧拉法求非线性方程组的一组解 DiffParam2 用参数微分法中的中点积分法求非线性方程组的一组解 mulFastDown 用最速下降法求非线性方程组的一组解 mulGSND 用高斯牛顿法求非线性方程组的一组解 mulConj 用共轭梯度法求非线性方程组的一组解 mulDamp 用阻尼最小二乘法求非线性方程组的一组解 -feixianxing
Platform: | Size: 12288 | Author: 舞蛳 | Hits:

[matlabRadon_transform

Description: matlab code for Radon transform
Platform: | Size: 6144 | Author: colin | Hits:

[Software Engineeringpolyphase_fir

Description: 多相滤波器组信道化接收机理论简介. 所谓数字滤波器组是指具有一个共同输入,若干个输出 .... 应用matlab 滤波器. 设计函数得到一阶数为96 阶的低通滤波器-Polyphase filter bank theory channelized receiver profile. The so-called digital filter means with a common input, a number of applications .... matlab filter output. Designed to be a function of the order of 96-order low-pass filter
Platform: | Size: 186368 | Author: 霜儿 | Hits:

[matlabremez_frf

Description: 压缩包中包含两个matlab文件: remez_frf.m 为使用remez算法设计旁瓣1/f衰减滤波器程序; myfrf.m 为其中使用到的惩罚函数; frf的意思是频率响应函数。-Compression matlab package contains two files: remez_frf.m algorithm designed for the use of remez sidelobe 1/f attenuation filter procedures myfrf.m use for which the penalty function frf mean frequency response function.
Platform: | Size: 2048 | Author: suzhou | Hits:

[Waveletdt-dwt_F

Description: 双树复数小波变换的Matlab程序的F部分,全部解压到同一个文件夹下后可直接调用函数-Dual-Tree Complex Wavelet Transform Matlab for the F part of the procedure, all extract to the same folder can be a direct call function
Platform: | Size: 1024 | Author: suxiaoyuan | Hits:

[AI-NN-PRmRMRFeatureSelection

Description: mRMR_0.9_compiled最小冗余和最大相关特征选取源代码,-This package is the mRMR (minimum-redundancy maximum-relevancy) feature selection method, whose better performance over the conventional top-ranking method has been demonstrated on a number of data sets in recent publications. This version uses mutual information as a proxy for computing relevance and redundancy among variables (features). Other variations such as using correlation or F-test or distances can be easily implemented within this framework, too.
Platform: | Size: 1020928 | Author: 韩华 | Hits:

[VHDL-FPGA-VerilogFSK_work

Description: 自己做的基于MATLAB DSP BUILDER的FSK,里面的内容都在,整个工程-MY FSK,have cost much time。please use it carefully。
Platform: | Size: 713728 | Author: 朱铭进 | Hits:

[AI-NN-PRgabp-src

Description: a matlab code for training a backpropagation neural network
Platform: | Size: 257024 | Author: ssss | Hits:

[Software EngineeringVC6_0_MATLAB7_x

Description:  VC + + 与MATLAB 混合编程,可以将VC 优秀的可视化编程能力和MATLAB 强大的计算能力结合起来。 分析了C 语言与MATLAB7. x 在接口的特点,详细介绍了VC + + 6. 0 与MATLAB7. x 混合编程的三种方法: MATLAB 引擎、MATLAB 编译器和MATLAB COM 编译器。比较分析了各种方法的适用范围,介绍了发布混编程序的方法。- Wit h t he combination of VC++ and MA TLAB , t he p ower of VC++ in inte rf ace p rogramming and t he p owe r of MA TLAB in comp uting are well combined. The interf ace cha racte ristic MA TLAB 7. x wit h C is analyzed. Three ways of combination p rogramming f or MA TLAB 7. x and VC++ 6. 0 a re int roduced in detail : wit h MA TLAB engine , wit h MA TLAB Compiler and wit h MA TLAB Builde r f or COM. The p rope r context of dif f e rent ways is int roduced and com2 p a red. The ways of releasing t he combination p rogram is int roduced
Platform: | Size: 277504 | Author: wang han | Hits:

[matlabonoff

Description: f the input is a numeric array, it returns a cell array of strings of on or off depending on the logical outcome. Conversely, if the input is a cell array of strings of on or off , then it does the reverse, i.e. returns the logical matrix where on is true and off is false. It is very useful when using set/get on arrays of handle objects or arrays of properties/values. Example: onoff( [0, 1, 0]) gives { off , on , off } onoff({ on , on , off }) gives [1, 1, 0] It also works for mixed cell array inputs, and for other string pairs: yes/no, ok/cancel, open/closed-f the input is a numeric array, it returns a cell array of strings of on or off depending on the logical outcome. Conversely, if the input is a cell array of strings of on or off , then it does the reverse, i.e. returns the logical matrix where on is true and off is false. It is very useful when using set/get on arrays of handle objects or arrays of properties/values. Example: onoff( [0, 1, 0]) gives { off , on , off } onoff({ on , on , off }) gives [1, 1, 0] It also works for mixed cell array inputs, and for other string pairs: yes/no, ok/cancel, open/closed
Platform: | Size: 2048 | Author: naz | Hits:

[AlgorithmDFP_algorithm

Description: DFP, 本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点 -DFP, this procedure applies to solution of the form f (x) = 1/2* x' Ax+ bx+ c quadratic function of the stable point
Platform: | Size: 1024 | Author: LiuMCH | Hits:

[matlabchap04

Description: matlab实例clearN=100f=zeros(50,50) f(15:35,23:28)=1 figure(1)imshow(f, notruesize )F=fft2(f,N,N) F2=fftshift(abs(F)) figure(2)x=1:N y=1:N mesh(x,y,F2(x,y)) colormap(gray) colorbar-matlab
Platform: | Size: 4096 | Author: 孙强 | Hits:

[Othermatlabnew

Description: 麻省理工大学 电气工程与计算机科学系 信号与系统——6.003 MATLAB导论——1999年秋季课程 Thomas F.Weiss -Massachusetts Institute of Technology, Department of Electrical Engineering and Computer Science, Signals and Systems- 6.003 MATLAB An Introduction- 1999 Fall Course Thomas F. Weiss
Platform: | Size: 346112 | Author: 周婷 | Hits:

[Windows Developseawater

Description: Matlab seawater工具包,可以通过海水的温盐等信息计算海水的密度、比容、位密、地转流速等重要参数。- SW_ADTG Adiabatic temperature gradient SW_ALPHA Thermal expansion coefficient (alpha) SW_AONB Calculate alpha/beta (a on b) SW_BETA Saline contraction coefficient (beta) SW_BFRQ Brunt-Vaisala Frequency Squared (N^2) SW_COPY Copyright and Licence file SW_CP Heat Capacity (Cp) of Sea Water SW_DENS Density of sea water SW_DENS0 Denisty of sea water at atmospheric pressure SW_DIST Distance between two lat, lon coordinates SW_DPTH Depth from pressure SW_F Coriolis factor "f" SW_FP Freezing Point of sea water SW_G Gravitational acceleration SW_GPAN Geopotential anomaly SW_GVEL Geostrophic velocity SW_INFO Information on the SEAWATER library. SW_PDEN Potential Density SW_PRES Pressure from depth SW_PTMP Potential temperature SW_SALS Salinity of sea water
Platform: | Size: 50176 | Author: 庄伟 | Hits:

[matlabgridfit

Description: 该函数用于二维曲面拟合,能拟合出f=(x,y)的函数图形。-Gridfit is a surface modeling tool, fitting a surface of the form z(x,y) to scattered (or regular) data. As it is not an interpolant, it allows the existence of replicates in your data with no problems.
Platform: | Size: 10240 | Author: 凯歌 | Hits:

[matlabEOF

Description: eof分析的matlab软件包,需要输入的是距平序列,直接调用rest.m文件-a package of matlab codes on EOF analysis,the rest.m file is the main program
Platform: | Size: 6144 | Author: Tow.Shin | Hits:

[matlabfseries

Description: MATLAB和maple语言均未直接提供求解fourier级数的系数的直接函数,自己动手丰衣足食,下面提供了一个代码,大家可以参照下 -MATLAB language, and maple were not directly solve the fourier series coefficients of the direct function, it-yourself ample food and clothing, the following provides a code, we can refer to the next
Platform: | Size: 3072 | Author: 邵新明 | Hits:

[Windows Developdsisoftv3

Description: :DSISoft是由加拿大地质调查局发布的用于垂直地震剖面(VSP)数据处理的免费软件包,其在MATLAB5.0或更高版本下运行。该软件包含有不同标准地震数据的读写、编辑、排序、滤波和其他标准的处理模块。利用MATLAB 图形用户界面编辑器可设计出具有地震剖面显示、频谱分析、F—K滤波、道头信息绘制等功能的交互界面。-DSISoft is published by the Geological Survey of Canada for use in vertical seismic profile (VSP) data processing of free packages, and its MATLAB5.0 or later versions. The software contains different standards of seismic data reading and writing, editing, sorting, filtering and other standard processing modules. The use of MATLAB graphical user interface editor, can be designed with the seismic profiles show that spectral analysis, F-K filtering, Road header information functions such as interactive mapping interface.
Platform: | Size: 8185856 | Author: 徐磊 | Hits:

[matlabmatlab

Description: 一个式子, 试用Matlab画出 ,f 的时域波形及其频谱,并验证对称性-A statement holds, the trial Matlab draw, f the time-domain waveform and its spectrum, and verify the symmetry
Platform: | Size: 53248 | Author: 杨蓉 | Hits:

[matlabode45

Description: 解常微分方程的Matlab程序 字符串ypfun是用以表示f(t, y)的M文件名, tspan=[t0, tfinal]表示自变量初值t0和终值tf y0表示初值向量y0,可选参数options为用odeset设置精度等参数。 输出列向量tout表示节点,输出矩阵yout 表示数值解,每一列对应y的一个分量。若无输出参数,则作出图形。-Solution of ordinary differential equations of the Matlab program is used to indicate ypfun string f (t, y) M-file name, tspan = [t0, tfinal] said that since the variable t0 initial and final values of tf y0, said initial vector y0 , optional parameters to set options for the use of odeset accuracy and other parameters. The output column vector tout that node, the output matrix yout that of numerical analysis, each column corresponds to y of a component. If there are no output parameters, then make a graph.
Platform: | Size: 6144 | Author: jiajt | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 30 »

CodeBus www.codebus.net